QASetPtr
You can use theQASetPtr
function to set a pointer value for a draw context state variable.
#define QASetPtr(drawContext,tag,newValue) \ (drawContext)->setPtr (drawContext,tag,newValue)
drawContext
- A draw context.
tag
- A state variable tag.
newValue
- The new value of the specified state variable.
DESCRIPTION
TheQASetPtr
function sets the value of the draw context state variable specified by thedrawContext
andtag
parameters to the pointer value specified by thenewValue
parameter.